Fix resize corners
authorMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jan 2019 00:08:02 +0000 (19:08 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 3 Jan 2019 00:08:02 +0000 (19:08 -0500)
commitdc68d04c32b3334c5036a1874625bdb24105e557
tree32dd1cd04f95dbc03da98d85eef3b9806f5cb692
parentbd95e16372607b89d9c9e9e96c95878f750ed84a
Fix resize corners

I was stuck in an X session and noticed that my resize corners
all got east or north cursors. It turns out that gnome-shell
does not properly advertise support for edge constraints under X11,
and the absence of that makes the code for determining the edge
under the cursor misbehave.

This change should fix that.
gtk/gtkwindow.c